home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / begman.lha / begmanual / begman05.ps < prev    next >
Text File  |  1992-02-14  |  16KB  |  892 lines

  1. %!PS-Adobe-2.0
  2. %%Title: (null)
  3. %%Creator: emmel
  4. %%CreationDate: Wed Dec  4 10:40:59 1991
  5. %%Pages: 0
  6. %%BoundingBox: 18 2.88 426.895 496.815
  7. %%EndComments
  8. /draw_initial_state save def
  9. /displaylistdict 80 dict def
  10. displaylistdict begin
  11.  
  12. %% catch nocurrentpoint error for:
  13. %% pathbbox
  14.     /ncpoint errordict /nocurrentpoint get def
  15.     errordict begin
  16.     /nocurrentpoint
  17.     {
  18.     dup /pathbbox load eq
  19.     { pop 0 0 1 1 }
  20.     { ncpoint }
  21.     ifelse
  22.     } bind def
  23.     end
  24.  
  25.     /m {moveto} bind def
  26.     /l {lineto} bind def
  27.  
  28. %% pattern stuff
  29.     /BPSIDE 32 def    %% pixels per pattern side
  30.     /PATFREQ 3.0 def    %% pattern pixels per mm
  31.  
  32.     /drawpat_mat [PATFREQ 0 0 PATFREQ 0 0] def
  33.     /drawpat_pw BPSIDE def    %% pattern pixel width
  34.     /drawpat_ph BPSIDE def    %% pattern pixel height
  35.     /drawpat_w drawpat_pw PATFREQ div def    %% pattern mm width
  36.     /drawpat_h drawpat_ph PATFREQ div def    %% pattern mm height
  37.     /drawpat_bs 1 def        %% pattern bits per pixel
  38.  
  39.     /topmat matrix def
  40.     /patmat matrix def
  41.  
  42.     /start_display_list
  43.     {    
  44.     0    setlinecap
  45.     10    setmiterlimit
  46.     } bind def
  47.  
  48.     /patpath {
  49.     topmat setmatrix
  50.     pathbbox    %% get lo - hi indecies
  51.     /hy exch drawpat_h div floor cvi def
  52.     /hx exch drawpat_w div floor cvi def
  53.     /ly exch drawpat_h div floor cvi def
  54.     /lx exch drawpat_w div floor cvi def
  55.     lx 1 hx {
  56.         drawpat_w mul
  57.         ly 1 hy {
  58.         drawpat_h mul
  59.         exch dup 3 1 roll exch
  60.         patmat currentmatrix pop
  61.         translate
  62.         drawpat_pw drawpat_ph drawpat_bs
  63.         drawpat_mat drawpat_proc image
  64.         patmat setmatrix
  65.         } for
  66.         pop
  67.     } for
  68.     } bind def
  69.  
  70.     /saveCurrentPoint
  71.     {
  72.     currentpoint /cpy exch def /cpx exch def
  73.     } bind def
  74.  
  75.     /restoreCurrentPoint
  76.     {
  77.     cpx cpy moveto
  78.     } bind def
  79.     /r {rmoveto} bind def
  80.     /sp {x 0 rmoveto} bind def
  81.     /rl {rlineto} bind def
  82.     /onelet 1 string def
  83.  
  84. %% show a string
  85.     /s {
  86.         complex_color
  87.         {
  88.         {
  89.             onelet exch 0 exch put
  90.             gsave
  91.             onelet true charpath
  92.             clip patpath
  93.             grestore
  94.             onelet stringwidth rmoveto
  95.         } forall
  96.         }
  97.         { show }
  98.         ifelse
  99.     } bind def
  100.  
  101.     /box { newpath m l l l closepath } bind def
  102.     /pix_to_units { 144 300 div mul } bind def
  103.     /apix_to_units { 144 exch div mul } bind def
  104.  
  105.     /reencode_small_dict 12 dict def
  106.     /ReencodeSmall {
  107.     reencode_small_dict begin
  108.     /new_codes_and_names exch def
  109.     /new_font_name exch def
  110.     /base_font_name exch def
  111.  
  112.     /base_font_dict base_font_name findfont def
  113.     /newfont base_font_dict maxlength dict def
  114.  
  115.     base_font_dict {
  116.         exch dup /FID ne
  117.         { dup /Encoding eq
  118.             { exch dup length array copy newfont 3 1 roll put }
  119.             { exch newfont 3 1 roll put }
  120.             ifelse
  121.         }
  122.         { pop pop }
  123.         ifelse
  124.     } forall
  125.  
  126.     newfont /FontName new_font_name put
  127.     new_codes_and_names aload pop
  128.  
  129.     new_codes_and_names length 2 idiv
  130.     { newfont /Encoding get 3 1 roll put }
  131.     repeat
  132.  
  133.     new_font_name newfont definefont pop
  134.     end     %%reencode_small_dict
  135.     } def
  136.  
  137.     /extended_Zapf [
  138.     8#223 /a89
  139.     8#224 /a90
  140.     8#225 /a93
  141.     8#226 /a94
  142.     8#227 /a91
  143.     8#230 /a92
  144.     8#231 /a205
  145.     8#232 /a85
  146.     8#233 /a206
  147.     8#234 /a86
  148.     8#235 /a87
  149.     8#236 /a88
  150.     8#237 /a95
  151.     8#240 /a96
  152.     ] def
  153.  
  154.     /extended_Standard [
  155.     128 /Acircumflex
  156.     129 /Adieresis
  157.     130 /Agrave
  158.     131 /Aring
  159.     132 /Atilde
  160.     133 /Ccedilla
  161.     134 /Eacute
  162.     135 /Ecircumflex
  163.     136 /Edieresis
  164.     137 /Egrave
  165.     138 /Iacute
  166.     139 /Icircumflex
  167.     140 /Idieresis
  168.     141 /Igrave
  169.     142 /Ntilde
  170.     143 /Oacute
  171.     144 /Ocircumflex
  172.     145 /Odieresis
  173.     146 /Ograve
  174.     147 /Otilde
  175.     148 /Scaron
  176.     149 /Uacute
  177.     150 /Ucircumflex
  178.     151 /Udieresis
  179.     152 /Ugrave
  180.     153 /Ydieresis
  181.     154 /Zcaron
  182.     155 /aacute
  183.     156 /acircumflex
  184.     157 /adieresis
  185.     158 /agrave
  186.     159 /aring
  187.     160 /atilde
  188.     209 /ccedilla
  189.     210 /copyright
  190.     211 /eacute
  191.     212 /ecircumflex
  192.     213 /edieresis
  193.     214 /egrave
  194.     215 /iacute
  195.     216 /icircumflex
  196.     217 /idieresis
  197.     218 /igrave
  198.     219 /logicalnot
  199.     220 /minus
  200.     221 /ntilde
  201.     222 /oacute
  202.     223 /ocircumflex
  203.     224 /odieresis
  204.     228 /ograve
  205.     229 /otilde
  206.     230 /registered
  207.     231 /scaron
  208.     236 /trademark
  209.     237 /uacute
  210.     238 /ucircumflex
  211.     239 /udieresis
  212.     240 /ugrave
  213.     242 /ydieresis
  214.     243 /zcaron
  215.     244 /Aacute
  216.     ] def
  217.  
  218.     /extended_Symbol [
  219.     ] def
  220.  
  221.     /extend_font {  %% stack: fontname newfontname
  222.     exch dup (ZapfDingbats) eq
  223.         { cvn exch cvn extended_Zapf ReencodeSmall }
  224.         { dup (Symbol) eq
  225.         { cvn exch cvn extended_Symbol ReencodeSmall }
  226.         { cvn exch cvn extended_Standard ReencodeSmall }
  227.         ifelse
  228.         }
  229.     ifelse
  230.     } bind def
  231.  
  232.     /getfont {
  233.     /f exch def f cvn where
  234.     { begin f cvx cvn exec setfont end }
  235.     { f 0 f length 3 sub getinterval (LocalFont) extend_font
  236.         /LocalFont findfont
  237.         /sz f f length 3 sub 3 getinterval cvi def
  238.         [ sz 0 0 sz neg 0 0 ] makefont dup f cvn exch def
  239.         setfont
  240.     }
  241.     ifelse
  242.     } bind def
  243.  
  244.     /ul { %% space drop thickness
  245.     gsave currentpoint currentlinewidth 
  246.     currentpoint newpath moveto 6 -3 roll 
  247.     setlinewidth 0 exch r
  248.     0 rl stroke setlinewidth m
  249.     grestore 
  250.     } bind def
  251.  
  252.     /ss { currentpoint pop exch m } bind def
  253.  
  254.     /image_raster { %% sw sh dw dh xs ys
  255.     translate scale /sh exch def /sw exch def
  256.     /imagebuf sw 7 add 8 idiv string def
  257.     sw sh 1 [sw 0 0 sh 0 0] { currentfile imagebuf readhexstring pop }
  258.     image
  259.     } bind def
  260.  
  261.     /leader_insert 
  262.     { 
  263.     /str exch def /sp1 exch def 
  264.     -1 0 { pop sp1 0 str ashow } for
  265.     } bind def
  266.  
  267.     /nx { /x exch def } bind def
  268.     0. nx
  269. %%EndProlog
  270.  
  271. %%Page: 1 1
  272. gsave 2.83465 -2.83465 scale
  273. saveCurrentPoint newpath restoreCurrentPoint
  274. 144.249 0 rlineto
  275. 0 174.249 rlineto
  276. -144.249 0 rlineto
  277. closepath clip
  278. -7.8754 -7.8754 rmoveto
  279. currentpoint translate
  280. topmat currentmatrix pop
  281. start_display_list
  282.  
  283. % text
  284. 0 setgray
  285. /complex_color false def
  286. matrix currentmatrix [1 0 0 1 12 12.143] concat
  287. 25.4 144 div dup scale 0 0 m
  288. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (1:) s sp
  289. setmatrix
  290.  
  291. % text
  292. /complex_color false def
  293. matrix currentmatrix [1 0 0 1 39.2507 28.9828] concat
  294. 25.4 144 div dup scale 0 0 m
  295. 18 ss 0.000 18.000 m (Times-Roman024) getfont (cont) s
  296. setmatrix
  297.  
  298. % rfrm
  299. 2 setlinejoin
  300. 0.2492 setlinewidth
  301. gsave
  302. % 4 arcs
  303. matrix currentmatrix
  304. 46.8754 31.1246 translate
  305. 3 3 scale
  306. newpath 0 0 1 0 90 arc setmatrix
  307. matrix currentmatrix
  308. 38.8754 31.1246 translate
  309. 3 3 scale
  310. 0 0 1 90 180 arc setmatrix
  311. matrix currentmatrix
  312. 38.8754 31.1246 translate
  313. 3 3 scale
  314. 0 0 1 180 270 arc setmatrix
  315. matrix currentmatrix
  316. 46.8754 31.1246 translate
  317. 3 3 scale
  318. 0 0 1 270 0 arc setmatrix
  319. closepath
  320. stroke
  321. grestore
  322.  
  323. % text
  324. /complex_color false def
  325. matrix currentmatrix [1.00001 0 0 1 55.7221 14.9828] concat
  326. 25.4 144 div dup scale 0 0 m
  327. 18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
  328. setmatrix
  329.  
  330. % rfrm
  331. gsave
  332. % 4 arcs
  333. matrix currentmatrix
  334. 60.8754 17.1246 translate
  335. 3 3 scale
  336. newpath 0 0 1 0 90 arc setmatrix
  337. matrix currentmatrix
  338. 52.8754 17.1246 translate
  339. 3 3 scale
  340. 0 0 1 90 180 arc setmatrix
  341. matrix currentmatrix
  342. 52.8754 17.1246 translate
  343. 3 3 scale
  344. 0 0 1 180 270 arc setmatrix
  345. matrix currentmatrix
  346. 60.8754 17.1246 translate
  347. 3 3 scale
  348. 0 0 1 270 0 arc setmatrix
  349. closepath
  350. stroke
  351. grestore
  352.  
  353. % polyline2
  354. % arrow
  355. gsave
  356. newpath 69.9309 28.1037 m 66.6283 27.203 l 67.8292 25.4015 l closepath
  357. eofill
  358. grestore
  359. 0 setlinejoin
  360. gsave
  361. newpath 57.9309 20.1037 m
  362. 67.2287 26.3023 l
  363. stroke
  364. grestore
  365.  
  366. % polyline2
  367. % arrow
  368. gsave
  369. newpath 43.9309 28.1037 m 46.0326 25.4015 l 47.2336 27.203 l closepath
  370. eofill
  371. grestore
  372. gsave
  373. newpath 55.9309 20.1037 m
  374. 46.6331 26.3023 l
  375. stroke
  376. grestore
  377.  
  378. % polyline2
  379. % arrow
  380. gsave
  381. newpath 42.9175 42 m 41.835 38.7524 l 44 38.7524 l closepath
  382. eofill
  383. grestore
  384. gsave
  385. newpath 42.9175 34 m
  386. 42.9175 38.7524 l
  387. stroke
  388. grestore
  389.  
  390. % text
  391. /complex_color false def
  392. matrix currentmatrix [1 0 0 1 41.7221 42.9828] concat
  393. 25.4 144 div dup scale 0 0 m
  394. 18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
  395. setmatrix
  396.  
  397. % rfrm
  398. 2 setlinejoin
  399. gsave
  400. % 4 arcs
  401. matrix currentmatrix
  402. 46.8754 45.1246 translate
  403. 3 3 scale
  404. newpath 0 0 1 0 90 arc setmatrix
  405. matrix currentmatrix
  406. 38.8754 45.1246 translate
  407. 3 3 scale
  408. 0 0 1 90 180 arc setmatrix
  409. matrix currentmatrix
  410. 38.8754 45.1246 translate
  411. 3 3 scale
  412. 0 0 1 180 270 arc setmatrix
  413. matrix currentmatrix
  414. 46.8754 45.1246 translate
  415. 3 3 scale
  416. 0 0 1 270 0 arc setmatrix
  417. closepath
  418. stroke
  419. grestore
  420.  
  421. % text
  422. /complex_color false def
  423. matrix currentmatrix [1 0 0 1 51.8319 56.9828] concat
  424. 25.4 144 div dup scale 0 0 m
  425. 18 ss 0.000 18.000 m (Times-Roman024) getfont (4) s
  426. setmatrix
  427.  
  428. % rfrm
  429. gsave
  430. % 4 arcs
  431. matrix currentmatrix
  432. 56.8754 59.1246 translate
  433. 3 3 scale
  434. newpath 0 0 1 0 90 arc setmatrix
  435. matrix currentmatrix
  436. 48.8754 59.1246 translate
  437. 3 3 scale
  438. 0 0 1 90 180 arc setmatrix
  439. matrix currentmatrix
  440. 48.8754 59.1246 translate
  441. 3 3 scale
  442. 0 0 1 180 270 arc setmatrix
  443. matrix currentmatrix
  444. 56.8754 59.1246 translate
  445. 3 3 scale
  446. 0 0 1 270 0 arc setmatrix
  447. closepath
  448. stroke
  449. grestore
  450.  
  451. % text
  452. /complex_color false def
  453. matrix currentmatrix [1 0 0 1 30.0745 56.9828] concat
  454. 25.4 144 div dup scale 0 0 m
  455. 18 ss 0.000 18.000 m (Times-Roman024) getfont (BB) s
  456. setmatrix
  457.  
  458. % rfrm
  459. gsave
  460. % 4 arcs
  461. matrix currentmatrix
  462. 36.8754 59.1246 translate
  463. 3 3 scale
  464. newpath 0 0 1 0 90 arc setmatrix
  465. matrix currentmatrix
  466. 28.8754 59.1246 translate
  467. 3 3 scale
  468. 0 0 1 90 180 arc setmatrix
  469. matrix currentmatrix
  470. 28.8754 59.1246 translate
  471. 3 3 scale
  472. 0 0 1 180 270 arc setmatrix
  473. matrix currentmatrix
  474. 36.8754 59.1246 translate
  475. 3 3 scale
  476. 0 0 1 270 0 arc setmatrix
  477. closepath
  478. stroke
  479. grestore
  480.  
  481. % polyline2
  482. % arrow
  483. gsave
  484. newpath 33.8754 56.1246 m 35.4063 53.0627 l 36.9373 54.5937 l closepath
  485. eofill
  486. grestore
  487. 0 setlinejoin
  488. gsave
  489. newpath 41.8754 48.1246 m
  490. 36.1718 53.8282 l
  491. stroke
  492. grestore
  493.  
  494. % polyline2
  495. % arrow
  496. gsave
  497. newpath 51.8754 56.1246 m 48.8135 54.5937 l 50.3445 53.0627 l closepath
  498. eofill
  499. grestore
  500. gsave
  501. newpath 43.8754 48.1246 m
  502. 49.579 53.8282 l
  503. stroke
  504. grestore
  505.  
  506. % text
  507. /complex_color false def
  508. matrix currentmatrix [1 0 0 1 64.6129 29.3365] concat
  509. 25.4 144 div dup scale 0 0 m
  510. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
  511. setmatrix
  512.  
  513. % irpoly2
  514. gsave
  515. newpath 63.3306 28.1246 m
  516. 79.8754 28.1246 l
  517. 79.8754 34.7749 l
  518. 63.3306 34.7749 l
  519. closepath
  520. stroke
  521. grestore
  522.  
  523. % text
  524. /complex_color false def
  525. matrix currentmatrix [1 0 0 1 132.341 39.2138] concat
  526. 25.4 144 div dup scale 0 0 m
  527. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
  528. setmatrix
  529.  
  530. % irpoly2
  531. gsave
  532. newpath 131.059 38.0019 m
  533. 147.603 38.0019 l
  534. 147.603 44.6522 l
  535. 131.059 44.6522 l
  536. closepath
  537. stroke
  538. grestore
  539.  
  540. % polyline2
  541. % arrow
  542. gsave
  543. newpath 118 41.3271 m 112.5 43.1604 l 112.5 39.4938 l closepath
  544. eofill
  545. grestore
  546. 1 setlinewidth
  547. gsave
  548. newpath 102 41.3271 m
  549. 112.5 41.3271 l
  550. stroke
  551. grestore
  552.  
  553. % text
  554. /complex_color false def
  555. matrix currentmatrix [1 0 0 1 28 70] concat
  556. 25.4 144 div dup scale 0 0 m
  557. 18 ss 0.000 18.000 m (Times-Roman024) getfont (for) s 6.000 nx sp sp sp sp sp (A) s
  558. sp sp sp sp (Register,4\(BB\)) s sp
  559. setmatrix
  560.  
  561. % text
  562. /complex_color false def
  563. matrix currentmatrix [1 0 0 1 114 70] concat
  564. 25.4 144 div dup scale 0 0 m
  565. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (4) s
  566. setmatrix
  567.  
  568. % text
  569. /complex_color false def
  570. matrix currentmatrix [1 0 0 1 12 88] concat
  571. 25.4 144 div dup scale 0 0 m
  572. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (2:) s sp
  573. setmatrix
  574.  
  575. % text
  576. /complex_color false def
  577. matrix currentmatrix [1 0 0 1 52.5246 95.6528] concat
  578. 25.4 144 div dup scale 0 0 m
  579. 18 ss 0.000 18.000 m (Times-Roman024) getfont (1) s
  580. setmatrix
  581.  
  582. % rfrm
  583. 2 setlinejoin
  584. 0.2492 setlinewidth
  585. gsave
  586. % 4 arcs
  587. matrix currentmatrix
  588. 57.568 97.7947 translate
  589. 3 3 scale
  590. newpath 0 0 1 0 90 arc setmatrix
  591. matrix currentmatrix
  592. 49.568 97.7947 translate
  593. 3 3 scale
  594. 0 0 1 90 180 arc setmatrix
  595. matrix currentmatrix
  596. 49.568 97.7947 translate
  597. 3 3 scale
  598. 0 0 1 180 270 arc setmatrix
  599. matrix currentmatrix
  600. 57.568 97.7947 translate
  601. 3 3 scale
  602. 0 0 1 270 0 arc setmatrix
  603. closepath
  604. stroke
  605. grestore
  606.  
  607. % text
  608. /complex_color false def
  609. matrix currentmatrix [1 0 0 1 132.341 95.2138] concat
  610. 25.4 144 div dup scale 0 0 m
  611. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
  612. setmatrix
  613.  
  614. % irpoly2
  615. 0 setlinejoin
  616. gsave
  617. newpath 131.059 94.0019 m
  618. 147.603 94.0019 l
  619. 147.603 100.652 l
  620. 131.059 100.652 l
  621. closepath
  622. stroke
  623. grestore
  624.  
  625. % polyline2
  626. % arrow
  627. gsave
  628. newpath 118 97.3271 m 112.5 99.1604 l 112.5 95.4938 l closepath
  629. eofill
  630. grestore
  631. 1 setlinewidth
  632. gsave
  633. newpath 102 97.3271 m
  634. 112.5 97.3271 l
  635. stroke
  636. grestore
  637.  
  638. % text
  639. /complex_color false def
  640. matrix currentmatrix [1 0 0 1 28 108] concat
  641. 25.4 144 div dup scale 0 0 m
  642. 18 ss 0.000 18.000 m (Times-Roman024) getfont (for) s 6.000 nx sp sp sp sp sp (LA) s
  643. sp sp (Register,1) s
  644. setmatrix
  645.  
  646. % text
  647. /complex_color false def
  648. matrix currentmatrix [1 0 0 1 114 108] concat
  649. 25.4 144 div dup scale 0 0 m
  650. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (3) s
  651. setmatrix
  652.  
  653. % polyline2
  654. % arrow
  655. gsave
  656. newpath 90 144 m 86.5826 143.799 l 87.3867 141.789 l closepath
  657. eofill
  658. grestore
  659. 0.2492 setlinewidth
  660. gsave
  661. newpath 70 136 m
  662. 86.9847 142.794 l
  663. stroke
  664. grestore
  665.  
  666. % text
  667. /complex_color false def
  668. matrix currentmatrix [1 0 0 1 67.2426 130.858] concat
  669. 25.4 144 div dup scale 0 0 m
  670. 18 ss 0.000 18.000 m (Times-Roman024) getfont (:=) s
  671. setmatrix
  672.  
  673. % rfrm
  674. 2 setlinejoin
  675. gsave
  676. % 4 arcs
  677. matrix currentmatrix
  678. 73 133 translate
  679. 3 3 scale
  680. newpath 0 0 1 0 90 arc setmatrix
  681. matrix currentmatrix
  682. 65 133 translate
  683. 3 3 scale
  684. 0 0 1 90 180 arc setmatrix
  685. matrix currentmatrix
  686. 65 133 translate
  687. 3 3 scale
  688. 0 0 1 180 270 arc setmatrix
  689. matrix currentmatrix
  690. 73 133 translate
  691. 3 3 scale
  692. 0 0 1 270 0 arc setmatrix
  693. closepath
  694. stroke
  695. grestore
  696.  
  697. % text
  698. /complex_color false def
  699. matrix currentmatrix [1 0 0 1 45.8467 144.858] concat
  700. 25.4 144 div dup scale 0 0 m
  701. 18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
  702. setmatrix
  703.  
  704. % rfrm
  705. gsave
  706. % 4 arcs
  707. matrix currentmatrix
  708. 51 147 translate
  709. 3 3 scale
  710. newpath 0 0 1 0 90 arc setmatrix
  711. matrix currentmatrix
  712. 43 147 translate
  713. 3 3 scale
  714. 0 0 1 90 180 arc setmatrix
  715. matrix currentmatrix
  716. 43 147 translate
  717. 3 3 scale
  718. 0 0 1 180 270 arc setmatrix
  719. matrix currentmatrix
  720. 51 147 translate
  721. 3 3 scale
  722. 0 0 1 270 0 arc setmatrix
  723. closepath
  724. stroke
  725. grestore
  726.  
  727. % text
  728. /complex_color false def
  729. matrix currentmatrix [1 0 0 1 55.9565 158.858] concat
  730. 25.4 144 div dup scale 0 0 m
  731. 18 ss 0.000 18.000 m (Times-Roman024) getfont (4) s
  732. setmatrix
  733.  
  734. % rfrm
  735. gsave
  736. % 4 arcs
  737. matrix currentmatrix
  738. 61 161 translate
  739. 3 3 scale
  740. newpath 0 0 1 0 90 arc setmatrix
  741. matrix currentmatrix
  742. 53 161 translate
  743. 3 3 scale
  744. 0 0 1 90 180 arc setmatrix
  745. matrix currentmatrix
  746. 53 161 translate
  747. 3 3 scale
  748. 0 0 1 180 270 arc setmatrix
  749. matrix currentmatrix
  750. 61 161 translate
  751. 3 3 scale
  752. 0 0 1 270 0 arc setmatrix
  753. closepath
  754. stroke
  755. grestore
  756.  
  757. % text
  758. /complex_color false def
  759. matrix currentmatrix [1 0 0 1 34.1991 158.858] concat
  760. 25.4 144 div dup scale 0 0 m
  761. 18 ss 0.000 18.000 m (Times-Roman024) getfont (BB) s
  762. setmatrix
  763.  
  764. % rfrm
  765. gsave
  766. % 4 arcs
  767. matrix currentmatrix
  768. 41 161 translate
  769. 3 3 scale
  770. newpath 0 0 1 0 90 arc setmatrix
  771. matrix currentmatrix
  772. 33 161 translate
  773. 3 3 scale
  774. 0 0 1 90 180 arc setmatrix
  775. matrix currentmatrix
  776. 33 161 translate
  777. 3 3 scale
  778. 0 0 1 180 270 arc setmatrix
  779. matrix currentmatrix
  780. 41 161 translate
  781. 3 3 scale
  782. 0 0 1 270 0 arc setmatrix
  783. closepath
  784. stroke
  785. grestore
  786.  
  787. % polyline2
  788. % arrow
  789. gsave
  790. newpath 38 158 m 39.5309 154.938 l 41.0619 156.469 l closepath
  791. eofill
  792. grestore
  793. 0 setlinejoin
  794. gsave
  795. newpath 46 150 m
  796. 40.2964 155.704 l
  797. stroke
  798. grestore
  799.  
  800. % polyline2
  801. % arrow
  802. gsave
  803. newpath 56 158 m 52.9381 156.469 l 54.4691 154.938 l closepath
  804. eofill
  805. grestore
  806. gsave
  807. newpath 48 150 m
  808. 53.7036 155.704 l
  809. stroke
  810. grestore
  811.  
  812. % polyline2
  813. % arrow
  814. gsave
  815. newpath 48 144 m 50.6133 141.789 l 51.4174 143.799 l closepath
  816. eofill
  817. grestore
  818. gsave
  819. newpath 68 136 m
  820. 51.0153 142.794 l
  821. stroke
  822. grestore
  823.  
  824. % text
  825. /complex_color false def
  826. matrix currentmatrix [1 0 0 1 28.5478 174] concat
  827. 25.4 144 div dup scale 0 0 m
  828. 18 ss 0.000 18.000 m (Times-Roman024) getfont (for) s 6.000 nx sp sp sp sp sp sp
  829. (ST) s sp sp sp (Register,4\(BB\)) s
  830. setmatrix
  831.  
  832. % text
  833. /complex_color false def
  834. matrix currentmatrix [1 0 0 1 85.7352 144.897] concat
  835. 25.4 144 div dup scale 0 0 m
  836. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
  837. setmatrix
  838.  
  839. % irpoly2
  840. gsave
  841. newpath 84.453 143.685 m
  842. 100.998 143.685 l
  843. 100.998 150.335 l
  844. 84.453 150.335 l
  845. closepath
  846. stroke
  847. grestore
  848.  
  849. % text
  850. /complex_color false def
  851. matrix currentmatrix [1 0 0 1 12 128] concat
  852. 25.4 144 div dup scale 0 0 m
  853. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (3:) s sp
  854. setmatrix
  855.  
  856. % text
  857. /complex_color false def
  858. matrix currentmatrix [1 0 0 1 114 174] concat
  859. 25.4 144 div dup scale 0 0 m
  860. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (4) s
  861. setmatrix
  862.  
  863. % irpoly2
  864. gsave
  865. newpath 8 8 m
  866. 152 8 l
  867. 152 182 l
  868. 8 182 l
  869. closepath
  870. stroke
  871. grestore
  872.  
  873. % polyline2
  874. gsave
  875. newpath 8 120 m
  876. 152 120 l
  877. stroke
  878. grestore
  879.  
  880. % polyline2
  881. gsave
  882. newpath 8 82 m
  883. 152 82 l
  884. stroke
  885. grestore
  886. grestore
  887.  
  888. %%Trailer
  889. end
  890. draw_initial_state restore
  891.  
  892.